Gunboat by Tulius, graphics by xriz with small adaptations

*********************************
File: unit.lua

{
    id = 27,
    name = "gunboat",
    type = "naval",
    chassis = "water",
    class = "naval",
    icon = "gunboat",
    levels =
    {
      {
        hp = 100,
        mp = 3,
        ap = 1,
        LOS = 1,
        range = 1,
        shock = 0,
        attack = 12,
        defense = 16,
        airattack = 0,
        airdefense = 0,
        bombard = 1,
        assault = 0,
        ammunition = 0,
      }
    },
    costPP = 0,
    costMP = 1,
    turns = 0,
    upkeepPP = 0,
    upkeepMP = 0,
    weapon = "heavy",
    factions = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22 },
    strengthValue = 16,
    noPurchase = true,

    stats =
    {
      groundattack = 1,
      airattack    = 0,
      navalattack  = 6,
      subattack    = 2,
      stratattack  = 6,
      basedefense = 16,
      highdefense = 18,
      bombard = 1,
      shock = 0,
    },
  },


****************************

File: english.txt

gunboat = GUNBOAT
gunboat_info = At the end of the 19th century and in the first years of the 20th century the term "gunboat" was often used to describe a wide variety of small armed vessels, rarelly seaworthy, but with a good use for coastal porection and riverine patrol.

****************************

File 1914.lua to the pretended countries.


